home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / CIncludesTool / modified version / put in OM-Startup-applications / ToolServer
Encoding:
Text File  |  1994-02-27  |  576 b   |  10 lines  |  [TEXT/MPSX]

  1. # MPWScript
  2. # Script for use with ObjectMaster to launch ToolServer, setup the MPWScript menu in ObjectMaster, then bring ObjectMaster to the front
  3.  
  4. OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesLocate" -TEXTTEXT 'OMCIncludesTool -f'
  5. OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesOpenHeader" -TEXTTEXT 'OMCIncludesTool -d'
  6. OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "CIncludesRebuild" -TEXTTEXT 'OMCIncludesTool -m'
  7. OM_SendAE MENU -MENUTEXT "MPWScript" -ITEMTEXT "Set Compiler…" -TEXTTEXT 'Execute OMSetCompiler'
  8. OMSendToFront BROW
  9.  
  10. #end of MPWScript